Html Css Color HEX #CF0637 Crimson

📋 copy color: '#CF0637'

red 207 ◦ green 6 ◦ blue 55

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

Shades of Crimson #CF0637

Tints of Crimson #CF0637

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 20.52%

R = 77.24%
G = 2.24%
B = 20.52%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CF0637 (or 0xCF0637) is known color: Crimson. HEX triplet: CF, 06 and 37. RGB value is (207,6,55). Sum of RGB (Red+Green+Blue) = 207+6+55=268 (35% of max value = 765). Red value is 207 (81.25% from 255 or 77.24% from 268); Green value is 6 (2.73% from 255 or 2.24% from 268); Blue value is 55 (21.88% from 255 or 20.52% from 268); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0637 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0637 is #30F9C8. Grayscale: #474747. Windows color (decimal): -3209673 or 3606223. OLE color: 3606223.

HSL color Cylindrical-coordinate representation of color #CF0637: hue angle of 345.37º 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 #CF0637 is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 6 55 -
CMYK 0 0.97 0.73 0.19
HSL 345.37º 0.94% 0.42% -
HSV(B) 345.37º 0.97% 0.81% -
XYZ 26.49 13.67 4.86 -
YUV 71.69 118.59 224.52 -
System Red Green Blue C M Y K H S L
Decimal 207 6 55 0 0.97 0.73 0.19 345.37 0.94 0.42
Hex CF 6 37 0 61 49 13 159 5E 2A
Octal 317 6 67 0 141 111 23 531 136 52
Binary 11001111 110 110111 0 1100001 1001001 10011 101011001 1011110 101010

Color Harmonies of #CF0637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0637

Black with #CF0637

Text Example


Text Example

White with #CF0637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0637; }

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

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

background-color css

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

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

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

border-color css

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

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

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