Html Css Color HEX #CF0331 Crimson

📋 copy color: '#CF0331'

red 207 ◦ green 3 ◦ blue 49

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

Shades of Crimson #CF0331

Tints of Crimson #CF0331

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.16%

 BLUE value IS 49 (19.53% from 255) = 18.92%

R = 79.92%
G = 1.16%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CF0331 (or 0xCF0331) is known color: Crimson. HEX triplet: CF, 03 and 31. RGB value is (207,3,49). Sum of RGB (Red+Green+Blue) = 207+3+49=259 (34% of max value = 765). Red value is 207 (81.25% from 255 or 79.92% from 259); Green value is 3 (1.56% from 255 or 1.16% from 259); Blue value is 49 (19.53% from 255 or 18.92% from 259); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0331 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0331 is #30FCCE. Grayscale: #454545. Windows color (decimal): -3210447 or 3212239. OLE color: 3212239.

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

Color convert

RGB 207 3 49 -
CMYK 0 0.99 0.76 0.19
HSL 346.47º 0.97% 0.41% -
HSV(B) 346.47º 0.99% 0.81% -
XYZ 26.32 13.55 4.13 -
YUV 69.24 116.59 226.26 -
System Red Green Blue C M Y K H S L
Decimal 207 3 49 0 0.99 0.76 0.19 346.47 0.97 0.41
Hex CF 3 31 0 63 4C 13 15A 61 29
Octal 317 3 61 0 143 114 23 532 141 51
Binary 11001111 11 110001 0 1100011 1001100 10011 101011010 1100001 101001

Color Harmonies of #CF0331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0331

Black with #CF0331

Text Example


Text Example

White with #CF0331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0331; }

 p { color: rgb(207,3,49); }

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

background-color css

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

 a { background-color: rgb(207,3,49); }

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

border-color css

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

 span { border-color: rgb(207,3,49); }

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