Html Css Color HEX #CF0635 Crimson

📋 copy color: '#CF0635'

red 207 ◦ green 6 ◦ blue 53

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

Shades of Crimson #CF0635

Tints of Crimson #CF0635

RGB

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

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

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

R = 77.82%
G = 2.26%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CF0635 (or 0xCF0635) is known color: Crimson. HEX triplet: CF, 06 and 35. RGB value is (207,6,53). Sum of RGB (Red+Green+Blue) = 207+6+53=266 (35% of max value = 765). Red value is 207 (81.25% from 255 or 77.82% from 266); Green value is 6 (2.73% from 255 or 2.26% from 266); Blue value is 53 (21.09% from 255 or 19.92% from 266); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0635 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0635 is #30F9CA. Grayscale: #474747. Windows color (decimal): -3209675 or 3475151. OLE color: 3475151.

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

Color convert

RGB 207 6 53 -
CMYK 0 0.97 0.74 0.19
HSL 345.97º 0.94% 0.42% -
HSV(B) 345.97º 0.97% 0.81% -
XYZ 26.44 13.65 4.61 -
YUV 71.46 117.59 224.68 -
System Red Green Blue C M Y K H S L
Decimal 207 6 53 0 0.97 0.74 0.19 345.97 0.94 0.42
Hex CF 6 35 0 61 4A 13 15A 5E 2A
Octal 317 6 65 0 141 112 23 532 136 52
Binary 11001111 110 110101 0 1100001 1001010 10011 101011010 1011110 101010

Color Harmonies of #CF0635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0635

Black with #CF0635

Text Example


Text Example

White with #CF0635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0635; }

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

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

background-color css

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

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

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

border-color css

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

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

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