Html Css Color HEX #CF0630 Crimson

📋 copy color: '#CF0630'

red 207 ◦ green 6 ◦ blue 48

#CF0630
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crimson #CF0630

Tints of Crimson #CF0630

RGB

 RED value IS 207 (81.25% from 255) = 79.31%

 GREEN value IS 6 (2.73% from 255) = 2.3%

 BLUE value IS 48 (19.14% from 255) = 18.39%

R = 79.31%
G = 2.3%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.77

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CF0630 (or 0xCF0630) is known color: Crimson. HEX triplet: CF, 06 and 30. RGB value is (207,6,48). Sum of RGB (Red+Green+Blue) = 207+6+48=261 (34% of max value = 765). Red value is 207 (81.25% from 255 or 79.31% from 261); Green value is 6 (2.73% from 255 or 2.30% from 261); Blue value is 48 (19.14% from 255 or 18.39% from 261); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0630 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0630 is #30F9CF. Grayscale: #464646. Windows color (decimal): -3209680 or 3147471. OLE color: 3147471.

HSL color Cylindrical-coordinate representation of color #CF0630: hue angle of 347.46º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CF0630 is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 6 48 -
CMYK 0 0.97 0.77 0.19
HSL 347.46º 0.94% 0.42% -
HSV(B) 347.46º 0.97% 0.81% -
XYZ 26.33 13.61 4.04 -
YUV 70.89 115.09 225.08 -
System Red Green Blue C M Y K H S L
Decimal 207 6 48 0 0.97 0.77 0.19 347.46 0.94 0.42
Hex CF 6 30 0 61 4D 13 15B 5E 2A
Octal 317 6 60 0 141 115 23 533 136 52
Binary 11001111 110 110000 0 1100001 1001101 10011 101011011 1011110 101010

Color Harmonies of #CF0630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0630

Black with #CF0630

Text Example


Text Example

White with #CF0630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0630; }

 p { color: rgb(207,6,48); }

 H1.HeaderClassName
 {
   color: #CF0630;
 }
 .AnyTagClassName
 {
   color: #CF0630;
 }
</style>

background-color css

<style>
 a { background-color: #CF0630; }

 a { background-color: rgb(207,6,48); }

 div.DivClassName
 {
   background-color: #CF0630;
 }
 .BgClassName
 {
   background-color: #CF0630;
 }
</style>

border-color css

<style>
 span { border-color: #CF0630; }

 span { border-color: rgb(207,6,48); }

 td.TdClassName
 {
   border-color: #CF0630;
 }
 .TagClassName
 {
   border-color: #CF0630;
 }
</style>