Html Css Color HEX #CF0638 Crimson

📋 copy color: '#CF0638'

red 207 ◦ green 6 ◦ blue 56

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

Shades of Crimson #CF0638

Tints of Crimson #CF0638

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 20.82%

R = 76.95%
G = 2.23%
B = 20.82%

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

#CF0638 (or 0xCF0638) is known color: Crimson. HEX triplet: CF, 06 and 38. RGB value is (207,6,56). Sum of RGB (Red+Green+Blue) = 207+6+56=269 (35% of max value = 765). Red value is 207 (81.25% from 255 or 76.95% from 269); Green value is 6 (2.73% from 255 or 2.23% from 269); Blue value is 56 (22.27% from 255 or 20.82% from 269); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0638 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0638 is #30F9C7. Grayscale: #474747. Windows color (decimal): -3209672 or 3671759. OLE color: 3671759.

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

Color convert

RGB 207 6 56 -
CMYK 0 0.97 0.73 0.19
HSL 345.07º 0.94% 0.42% -
HSV(B) 345.07º 0.97% 0.81% -
XYZ 26.51 13.68 4.98 -
YUV 71.8 119.09 224.43 -
System Red Green Blue C M Y K H S L
Decimal 207 6 56 0 0.97 0.73 0.19 345.07 0.94 0.42
Hex CF 6 38 0 61 49 13 159 5E 2A
Octal 317 6 70 0 141 111 23 531 136 52
Binary 11001111 110 111000 0 1100001 1001001 10011 101011001 1011110 101010

Color Harmonies of #CF0638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0638

Black with #CF0638

Text Example


Text Example

White with #CF0638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0638; }

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

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

background-color css

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

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

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

border-color css

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

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

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