Html Css Color HEX #CF0435 Crimson

📋 copy color: '#CF0435'

red 207 ◦ green 4 ◦ blue 53

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

Shades of Crimson #CF0435

Tints of Crimson #CF0435

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.52%

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

R = 78.41%
G = 1.52%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CF0435 (or 0xCF0435) is known color: Crimson. HEX triplet: CF, 04 and 35. RGB value is (207,4,53). Sum of RGB (Red+Green+Blue) = 207+4+53=264 (34% of max value = 765). Red value is 207 (81.25% from 255 or 78.41% from 264); Green value is 4 (1.95% from 255 or 1.52% from 264); Blue value is 53 (21.09% from 255 or 20.08% from 264); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0435 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0435 is #30FBCA. Grayscale: #464646. Windows color (decimal): -3210187 or 3474639. OLE color: 3474639.

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

Color convert

RGB 207 4 53 -
CMYK 0 0.98 0.74 0.19
HSL 345.52º 0.96% 0.41% -
HSV(B) 345.52º 0.98% 0.81% -
XYZ 26.42 13.61 4.6 -
YUV 70.28 118.25 225.52 -
System Red Green Blue C M Y K H S L
Decimal 207 4 53 0 0.98 0.74 0.19 345.52 0.96 0.41
Hex CF 4 35 0 62 4A 13 15A 60 29
Octal 317 4 65 0 142 112 23 532 140 51
Binary 11001111 100 110101 0 1100010 1001010 10011 101011010 1100000 101001

Color Harmonies of #CF0435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0435

Black with #CF0435

Text Example


Text Example

White with #CF0435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0435; }

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

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

background-color css

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

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

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

border-color css

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

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

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