Html Css Color HEX #CF0242 Crimson

📋 copy color: '#CF0242'

red 207 ◦ green 2 ◦ blue 66

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

Shades of Crimson #CF0242

Tints of Crimson #CF0242

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.73%

 BLUE value IS 66 (26.17% from 255) = 24%

R = 75.27%
G = 0.73%
B = 24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CF0242 (or 0xCF0242) is known color: Crimson. HEX triplet: CF, 02 and 42. RGB value is (207,2,66). Sum of RGB (Red+Green+Blue) = 207+2+66=275 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75.27% from 275); Green value is 2 (1.17% from 255 or 0.73% from 275); Blue value is 66 (26.17% from 255 or 24% from 275); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0242 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0242 is #30FDBD. Grayscale: #464646. Windows color (decimal): -3210686 or 4326095. OLE color: 4326095.

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

Color convert

RGB 207 2 66 -
CMYK 0 0.99 0.68 0.19
HSL 341.27º 0.98% 0.41% -
HSV(B) 341.27º 0.99% 0.81% -
XYZ 26.74 13.7 6.39 -
YUV 70.59 125.42 225.3 -
System Red Green Blue C M Y K H S L
Decimal 207 2 66 0 0.99 0.68 0.19 341.27 0.98 0.41
Hex CF 2 42 0 63 44 13 155 62 29
Octal 317 2 102 0 143 104 23 525 142 51
Binary 11001111 10 1000010 0 1100011 1000100 10011 101010101 1100010 101001

Color Harmonies of #CF0242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0242

Black with #CF0242

Text Example


Text Example

White with #CF0242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0242; }

 p { color: rgb(207,2,66); }

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

background-color css

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

 a { background-color: rgb(207,2,66); }

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

border-color css

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

 span { border-color: rgb(207,2,66); }

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