Html Css Color HEX #CF133C Crimson

📋 copy color: '#CF133C'

red 207 ◦ green 19 ◦ blue 60

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

Shades of Crimson #CF133C

Tints of Crimson #CF133C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.64%

 BLUE value IS 60 (23.83% from 255) = 20.98%

R = 72.38%
G = 6.64%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CF133C (or 0xCF133C) is known color: Crimson. HEX triplet: CF, 13 and 3C. RGB value is (207,19,60). Sum of RGB (Red+Green+Blue) = 207+19+60=286 (37% of max value = 765). Red value is 207 (81.25% from 255 or 72.38% from 286); Green value is 19 (7.81% from 255 or 6.64% from 286); Blue value is 60 (23.83% from 255 or 20.98% from 286); Max value from RGB is 207 - color contains mainly: red. Hex color #CF133C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF133C is #30ECC3. Grayscale: #4F4F4F. Windows color (decimal): -3206340 or 3937231. OLE color: 3937231.

HSL color Cylindrical-coordinate representation of color #CF133C: hue angle of 346.91º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF133C is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 19 60 -
CMYK 0 0.91 0.71 0.19
HSL 346.91º 0.83% 0.44% -
HSV(B) 346.91º 0.91% 0.81% -
XYZ 26.78 14.06 5.58 -
YUV 79.89 116.78 218.67 -
System Red Green Blue C M Y K H S L
Decimal 207 19 60 0 0.91 0.71 0.19 346.91 0.83 0.44
Hex CF 13 3C 0 5B 47 13 15B 53 2C
Octal 317 23 74 0 133 107 23 533 123 54
Binary 11001111 10011 111100 0 1011011 1000111 10011 101011011 1010011 101100

Color Harmonies of #CF133C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF133C

Black with #CF133C

Text Example


Text Example

White with #CF133C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF133C; }

 p { color: rgb(207,19,60); }

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

background-color css

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

 a { background-color: rgb(207,19,60); }

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

border-color css

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

 span { border-color: rgb(207,19,60); }

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