Html Css Color HEX #CF0D35 Crimson

📋 copy color: '#CF0D35'

red 207 ◦ green 13 ◦ blue 53

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

Shades of Crimson #CF0D35

Tints of Crimson #CF0D35

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.76%

 BLUE value IS 53 (21.09% from 255) = 19.41%

R = 75.82%
G = 4.76%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CF0D35 (or 0xCF0D35) is known color: Crimson. HEX triplet: CF, 0D and 35. RGB value is (207,13,53). Sum of RGB (Red+Green+Blue) = 207+13+53=273 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75.82% from 273); Green value is 13 (5.47% from 255 or 4.76% from 273); Blue value is 53 (21.09% from 255 or 19.41% from 273); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0D35 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0D35 is #30F2CA. Grayscale: #4B4B4B. Windows color (decimal): -3207883 or 3476943. OLE color: 3476943.

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

Color convert

RGB 207 13 53 -
CMYK 0 0.94 0.74 0.19
HSL 347.63º 0.88% 0.43% -
HSV(B) 347.63º 0.94% 0.81% -
XYZ 26.52 13.81 4.64 -
YUV 75.57 115.27 221.75 -
System Red Green Blue C M Y K H S L
Decimal 207 13 53 0 0.94 0.74 0.19 347.63 0.88 0.43
Hex CF D 35 0 5E 4A 13 15C 58 2B
Octal 317 15 65 0 136 112 23 534 130 53
Binary 11001111 1101 110101 0 1011110 1001010 10011 101011100 1011000 101011

Color Harmonies of #CF0D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0D35

Black with #CF0D35

Text Example


Text Example

White with #CF0D35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0D35; }

 p { color: rgb(207,13,53); }

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

background-color css

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

 a { background-color: rgb(207,13,53); }

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

border-color css

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

 span { border-color: rgb(207,13,53); }

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