Html Css Color HEX #CF0347 Crimson

📋 copy color: '#CF0347'

red 207 ◦ green 3 ◦ blue 71

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

Shades of Crimson #CF0347

Tints of Crimson #CF0347

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 25.27%

R = 73.67%
G = 1.07%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CF0347 (or 0xCF0347) is known color: Crimson. HEX triplet: CF, 03 and 47. RGB value is (207,3,71). Sum of RGB (Red+Green+Blue) = 207+3+71=281 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.67% from 281); Green value is 3 (1.56% from 255 or 1.07% from 281); Blue value is 71 (28.12% from 255 or 25.27% from 281); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0347 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0347 is #30FCB8. Grayscale: #474747. Windows color (decimal): -3210425 or 4654031. OLE color: 4654031.

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

Color convert

RGB 207 3 71 -
CMYK 0 0.99 0.66 0.19
HSL 340º 0.97% 0.41% -
HSV(B) 340º 0.99% 0.81% -
XYZ 26.9 13.79 7.2 -
YUV 71.75 127.59 224.47 -
System Red Green Blue C M Y K H S L
Decimal 207 3 71 0 0.99 0.66 0.19 340 0.97 0.41
Hex CF 3 47 0 63 42 13 154 61 29
Octal 317 3 107 0 143 102 23 524 141 51
Binary 11001111 11 1000111 0 1100011 1000010 10011 101010100 1100001 101001

Color Harmonies of #CF0347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0347

Black with #CF0347

Text Example


Text Example

White with #CF0347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0347; }

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

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

background-color css

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

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

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

border-color css

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

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

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