Html Css Color HEX #CF033E Crimson

📋 copy color: '#CF033E'

red 207 ◦ green 3 ◦ blue 62

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

Shades of Crimson #CF033E

Tints of Crimson #CF033E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 22.79%

R = 76.1%
G = 1.1%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CF033E (or 0xCF033E) is known color: Crimson. HEX triplet: CF, 03 and 3E. RGB value is (207,3,62). Sum of RGB (Red+Green+Blue) = 207+3+62=272 (36% of max value = 765). Red value is 207 (81.25% from 255 or 76.10% from 272); Green value is 3 (1.56% from 255 or 1.10% from 272); Blue value is 62 (24.61% from 255 or 22.79% from 272); Max value from RGB is 207 - color contains mainly: red. Hex color #CF033E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF033E is #30FCC1. Grayscale: #464646. Windows color (decimal): -3210434 or 4064207. OLE color: 4064207.

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

Color convert

RGB 207 3 62 -
CMYK 0 0.99 0.70 0.19
HSL 342.65º 0.97% 0.41% -
HSV(B) 342.65º 0.99% 0.81% -
XYZ 26.63 13.68 5.79 -
YUV 70.72 123.09 225.2 -
System Red Green Blue C M Y K H S L
Decimal 207 3 62 0 0.99 0.70 0.19 342.65 0.97 0.41
Hex CF 3 3E 0 63 46 13 157 61 29
Octal 317 3 76 0 143 106 23 527 141 51
Binary 11001111 11 111110 0 1100011 1000110 10011 101010111 1100001 101001

Color Harmonies of #CF033E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF033E

Black with #CF033E

Text Example


Text Example

White with #CF033E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF033E; }

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

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

background-color css

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

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

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

border-color css

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

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

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