Html Css Color HEX #CF032E Crimson

📋 copy color: '#CF032E'

red 207 ◦ green 3 ◦ blue 46

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

Shades of Crimson #CF032E

Tints of Crimson #CF032E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.97%

R = 80.86%
G = 1.17%
B = 17.97%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CF032E (or 0xCF032E) is known color: Crimson. HEX triplet: CF, 03 and 2E. RGB value is (207,3,46). Sum of RGB (Red+Green+Blue) = 207+3+46=256 (33% of max value = 765). Red value is 207 (81.25% from 255 or 80.86% from 256); Green value is 3 (1.56% from 255 or 1.17% from 256); Blue value is 46 (18.36% from 255 or 17.97% from 256); Max value from RGB is 207 - color contains mainly: red. Hex color #CF032E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF032E is #30FCD1. Grayscale: #444444. Windows color (decimal): -3210450 or 3015631. OLE color: 3015631.

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

Color convert

RGB 207 3 46 -
CMYK 0 0.99 0.78 0.19
HSL 347.35º 0.97% 0.41% -
HSV(B) 347.35º 0.99% 0.81% -
XYZ 26.26 13.53 3.81 -
YUV 68.9 115.09 226.5 -
System Red Green Blue C M Y K H S L
Decimal 207 3 46 0 0.99 0.78 0.19 347.35 0.97 0.41
Hex CF 3 2E 0 63 4E 13 15B 61 29
Octal 317 3 56 0 143 116 23 533 141 51
Binary 11001111 11 101110 0 1100011 1001110 10011 101011011 1100001 101001

Color Harmonies of #CF032E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF032E

Black with #CF032E

Text Example


Text Example

White with #CF032E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF032E; }

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

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

background-color css

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

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

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

border-color css

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

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

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